ComponentOne ASP.NET MVC Controls
BindingX Method (ChartSeriesBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > ChartSeriesBaseBuilder<T,TControl,TBuilder> Class : BindingX Method
The value.
Configurates C1.Web.Mvc.ChartSeriesBase<T>.BindingX. Sets the name of the property that contains X values for the series.
Syntax
'Declaration
 
Public Function BindingX( _
   ByVal value As String _
) As TBuilder
public TBuilder BindingX( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ChartSeriesBaseBuilder<T,TControl,TBuilder> Class
ChartSeriesBaseBuilder<T,TControl,TBuilder> Members